projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aecd648
)
vc-error-occurred needs to be in vc-hooks.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Tue, 16 Mar 1993 15:44:52 +0000
(15:44 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Tue, 16 Mar 1993 15:44:52 +0000
(15:44 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index d863a6371e9300aabb10d2df4149058400e45f24..4444ca6d946877287e4cc04513e24d76c7e8f757 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-5,7
+5,7
@@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Version: 5.0
-;; $Id: vc.el,v 1.2
4 1993/03/09 23:02:40
eric Exp eric $
+;; $Id: vc.el,v 1.2
5 1993/03/11 07:45:02
eric Exp eric $
;; This file is part of GNU Emacs.
@@
-109,9
+109,6
@@
is sensitive to blank lines.")
(defconst vc-name-assoc-file "VC-names")
-(defmacro vc-error-occurred (&rest body)
- (list 'condition-case nil (cons 'progn (append body '(nil))) '(error t)))
-
;; File property caching
(defun vc-file-clearprops (file)